home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / galeroo / Setup Galleroo 3.4.exe / {app} / Galleroo.exe / HTML / 1019 < prev    next >
Text File  |  2004-09-20  |  692b  |  38 lines

  1. <html>
  2. <head>
  3. <title>Galleroo Preview</title>
  4. <style>
  5. body {margin: 0; padding: 0;}
  6. </style>
  7. <script language="JavaScript">
  8.  
  9. function nail()
  10. {
  11.  Thumbnail.displayFile("-filename-");
  12. }
  13.  
  14. function ThumbnailReady() 
  15. {
  16.  if (Thumbnail.haveThumbnail())
  17.   {
  18.    Thumbnail.style.display = "";
  19.   } 
  20. }
  21.  
  22. </script>
  23. </head>
  24. <body onLoad="nail()">
  25.  
  26. <object id=Thumbnail classid="clsid:1D2B4F40-1F10-11D1-9E88-00C04FDCAB92" tabIndex=-1 
  27.  width="400" height="300">
  28. </object>
  29. <label id=ThumbnailLabel for="Thumbnail" style="display: none">
  30. </label>
  31.  
  32. <script language="JavaScript" for="Thumbnail" event="OnThumbnailReady">
  33.         ThumbnailReady();
  34.  
  35. </script>
  36. </body>
  37. </html>
  38.